projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
8d0e2d5
ed3bb05
)
auto merge of #247 : alexcrichton/cargo/extern-myself-please, r=carllerche
author
bors
<bors@rust-lang.org>
Wed, 23 Jul 2014 00:59:40 +0000
(
00:59
+0000)
committer
bors
<bors@rust-lang.org>
Wed, 23 Jul 2014 00:59:40 +0000
(
00:59
+0000)
The test and bin executables weren't getting the correct --extern flags when
tested and built, so the names were conflicting. This passes --extern for the
local crate to ensure the right crate is picked up.
Trivial merge